Skip to content

[codex] update GitHub Actions pins - #18

Merged
steipete merged 1 commit into
mainfrom
codex/update-ci-actions
Jun 30, 2026
Merged

[codex] update GitHub Actions pins#18
steipete merged 1 commit into
mainfrom
codex/update-ci-actions

Conversation

@steipete

Copy link
Copy Markdown
Owner

What

Update the CI workflow action pins:

  • actions/checkout from v4 to v6
  • actions/setup-node from v4 to v6

Why

Keeps the repo's GitHub Actions dependencies current while preserving the existing Node 22 and npm-cache configuration. setup-node v6's noted breaking change is around automatic caching; this workflow already configures npm caching explicitly.

Validation

  • scripts/validate-skills
  • skills/clawsweeper-status/scripts/clawsweeper-status.test.sh
  • npm ci in skills/video-transcript-downloader
  • node -e "import('youtube-transcript-plus').then(m => { if (typeof m.YoutubeTranscript?.fetchTranscript !== 'function') process.exit(1); })"
  • ./scripts/vtd.js transcript --help in skills/video-transcript-downloader
  • git diff --check

@steipete
steipete marked this pull request as ready for review June 30, 2026 22:50
@steipete
steipete merged commit 1c32055 into main Jun 30, 2026
2 checks passed
@steipete
steipete deleted the codex/update-ci-actions branch June 30, 2026 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant